Skip to content

feat: Enable trust by default, add Context+Settings API, bump c2pa-rs#192

Open
tmathern wants to merge 37 commits intomainfrom
vNext
Open

feat: Enable trust by default, add Context+Settings API, bump c2pa-rs#192
tmathern wants to merge 37 commits intomainfrom
vNext

Conversation

@tmathern
Copy link
Collaborator

@tmathern tmathern commented Nov 6, 2025

Feature branch holding multiple c2pa-rs version bumps, but mainly new Context+Settings APIs from #230 to support trust settings.

* feat: Prepare 0.68.0 update

* fix: Load trust for some tests

* fix: Trust settings

* fix: Update tests

* fix: Restore deleted file

* fix: Update the examples

* fix: Clarify comment

* fix: CLean up old tmp test

* fix: Switch to json

* fix: Add sign all files test with V2 spec

* fix: Remove toml example
* Update c2pa version from v0.68.0 to v0.69.0

* fix: Test version number check
@tmathern tmathern self-assigned this Nov 6, 2025
tmathern and others added 26 commits November 7, 2025 18:59
* fix: Version bump

* fix: New bindings

* fix: Initial bindings

* fix: Few more tests

* fix: Add a test

* fix: Renamings

* chore: c2pa-v0.71.1

* chore: c2pa-v0.71.1

* fix: Update tests

* fix: Clean up logs

* fix: Clean up logs from native lib
* chore: Update c2pa version to v0.72.0

* chore: Update expected SDK version in unit tests
* chore: Update c2pa version to v0.72.1

* chore: Update c2pa version to v0.72.1

* fix: Makefile indent typo

* fix: Update the tests
* chore: Update c2pa version to v0.73.0

* chore: Update expected SDK version in unit test

* fix: Remove retired runner

* fix: Update retired runner

* fix: Update retired runner 2

* fix: Update retired runner 3
* chore: Update c2pa version to v0.73.1

* fix: Update expected SDK version in unit test
* chore: Update expected SDK version in unit test

* chore: Update c2pa version to v0.73.2
* fix: Clarify version docs

* fix: Add the test that verifies direct instance throws

* fix: Add the tests for the factory method

* fix: Add tests for from_asset

* fix: Add tests

* fix: Typos in docs

* fix: Add docs

* fix: Docs

* fix: Typo

* fix: Rename method

* fix: Exception classes hierarchy

* fix: COmment typos...

* fix: Typos in comments

* fix: In examples, add link to the app repo example

* fix: In examples, add link to the app repo example

* fix: In examples, add link to the app repo example

* fix: Add docs link

* fix: Add docs link

* fix: Clean up exception handling
* fix: Clarify version docs

* fix: Add the test that verifies direct instance throws

* fix: Add the tests for the factory method

* fix: Add tests for from_asset

* fix: Add tests

* fix: Typos in docs

* fix: Add docs

* fix: Docs

* fix: Typo

* fix: Rename method

* fix: Exception classes hierarchy

* fix: COmment typos...

* fix: Typos in comments

* fix: In examples, add link to the app repo example

* fix: In examples, add link to the app repo example

* fix: In examples, add link to the app repo example

* fix: Add docs link

* fix: Add docs link

* fix: Clean up exception handling

* fix: try_read
* fix: Clarify version docs

* fix: Add the test that verifies direct instance throws

* fix: Add the tests for the factory method

* fix: Add tests for from_asset

* fix: Add tests

* fix: Typos in docs

* fix: Add docs

* fix: Docs

* fix: Typo

* fix: Rename method

* fix: Exception classes hierarchy

* fix: COmment typos...

* fix: Typos in comments

* fix: In examples, add link to the app repo example

* fix: In examples, add link to the app repo example

* fix: In examples, add link to the app repo example

* fix: Add docs link

* fix: Add docs link

* fix: Clean up exception handling

* fix: try_read

* fix: Bump version

* fix: Load settings order
* fix: Update expected SDK version in unit tests

* fix: Update c2pa version to v0.75.3

* fix: Update SDK version in unit tests to 0.75.4

* fix: Update c2pa version to v0.75.4

* fix: Update comment to clarify legacy settings loading
* Update c2pa version to v0.75.6

* fix: Update SDK version in unit test
* Update c2pa version to v0.75.7

* Update SDK version in unit tests
* fix: Bump c2pa version to v0.75.8

* fix: Update SDK version in unit tests
tmathern and others added 8 commits February 2, 2026 10:22
* Update c2pa-native-version.txt

* Update test_unit_tests.py

* Update test_unit_tests.py

* Update c2pa-native-version.txt

* Retrigger all tests at once
* chore: Update c2pa-native-version.txt

* fix: Update test_unit_tests.py

* Update test_unit_tests.py

* Update c2pa-native-version.txt

* Update test_unit_tests.py

* Update c2pa-native-version.txt

* fix: Remove obsolete test

* fix: Prep for 0.75.16

* fix: Retrigger all tests
* chore: Up to c2pa-v0.75.18

* chore: Update test_unit_tests.py to check c2pa-v0.75.18

* Update test_unit_tests.py

* Update c2pa-native-version.txt

* Update test_unit_tests.py
* Update c2pa-native-version.txt

* chore: Update test_unit_tests.py
Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.6 to 46.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@45.0.6...46.0.5)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.6 to 46.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@45.0.6...46.0.5)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: Context and Settings WIP

* fix: Docs 1

* fix: WIP

* fix: WIP

* Delete docs/faqs.md

* Update settings.md

* Update usage instructions for context managers

Clarified usage of context managers with Builder, Reader, and Signer classes.

* fix: WIP

* fix: Docs

* fix: Clean up

* fix: Move docs out

* Delete tests/test_docs.py

* fix: Switch to Interface and not protocol

* fix: Updates

* fix: Update things

* fix: CLean up notes

* fix: Require funcs

* fix: Examples

* fix: Refactor

* fix: Refactor

* fix: Unnest example

* fix: The exampels

* fix: The useless refactors

* fix: Refactor

* fix: Refactor 2

* fix: Refactor 3

* fix: Refactor

* fix: Refactor 4

* fix: Version bump

* fix: Deprec warning

* fix: Test also the contextual APIs in threading

* fix: Refactor

* fix: Native handles handling refactoring (#232)

* fix: Native handles handling

* fix: Clean up notes

* fix: Native handles handling

---------

Co-authored-by: Tania Mathern <tania.mathern@gmail.comn>

* fix: Format

* fix: Tests

* fix: Test with trust

* Clean up comments in read.py

Removed unnecessary comments about trust anchor configuration.

* Update read.py

* fix: Typos

* fix: Typos

* fix: Notes for WIP

* fix: Refactor

* Remove version vNext details from release notes

Removed details about new features and deprecations for version vNext.

* fix: docs

* fix:signfile

* fix: Clean up

* fix: Clean up

* fix: Remove unused APIs

* fix: Remove unused APIs, with_archive added

* fix: Clean up notes and tests

* fix: Double free

* fix: Wording and examples

* fix: Ownership handling

* fix: Improve resources handling

* fix: Docs

* fix: refactor &  docs

* fix: refactor &  docs

* fix: refactor &  docs

* fix: refactor

* fix: refactor

* feat: Fragment APIs (e.g. for video) (#237)

* fix: Fragment API

* fix: Refactor

* fix: Refactor

* docs: Managed resources (#238)

* fix: Managed resources docs

* fix: Docs

* fix: Docs

* fix: Docs

* fix: Docs

* fix: Update docs

---------

Co-authored-by: Tania Mathern <tania.mathern@gmail.comn>

* fix: refactor

* fix: refactor

* fix: refactor

* fix: refactor

* fix: refactor

* fix: refactor

* fix: refactor

* fix: refactor

* fix: Memory handling

* fix: Remote manifest support in Reader with Context (#233)

* fix: New API

* fix: Review feedback on c2pa-rs PR

* fix: Docs

* v0.77.1 of c2pa-rs is released

* Update c2pa version to v0.77.1

* fix: Merge conflict mistake

---------

Co-authored-by: Tania Mathern <tania.mathern@gmail.comn>

* fix: Master of typos

* fix: Docs

* fix: Fix a typo

* chore: Update c2pa version to v0.78.2 (#239)

* Update c2pa version to v0.78.0

* Update expected SDK version in unit test

* Update expected SDK version in unit test

* Update c2pa version from v0.78.0 to v0.78.1

* Update expected SDK version in unit test

* Update c2pa version to v0.78.2

* fix: Lifecycle handling handler leaks

* fix: Review comments 2

* fix: Lifecycle handling handler leaks

* fix: Docs

* fix: Docs

* fix: Docs

---------

Co-authored-by: Tania Mathern <tania.mathern@gmail.comn>
@tmathern tmathern changed the title feat: Next version feat: Enable trust by default, add Context+Settings API, bump c2pa-rs Mar 13, 2026
@tmathern tmathern marked this pull request as ready for review March 13, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants